ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1GroupCollectionView<S> Class / GroupDescriptions Property

In This Topic
    GroupDescriptions Property (C1GroupCollectionView<S>)
    In This Topic
    Gets the group descriptions applied to the data.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property GroupDescriptions As System.Collections.Generic.IReadOnlyList(Of GroupDescription)
    public override System.Collections.Generic.IReadOnlyList<GroupDescription> GroupDescriptions {get;}
    See Also